home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / lyaplib / lyap_compute.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-18  |  199 b   |  10 lines

  1. #include <stdio.h>
  2.  
  3. void lyap_compute(ftp)
  4. FILE *ftp;
  5. {
  6.     /* Not implemented yet */
  7.     /* use "fprintf(ftp," to write the information to a pipe */
  8.     /* use "lyap_get_command()" to process this info */
  9. }
  10.